[php] mysql and encoding

Posted by user339865 on Stack Overflow See other posts from Stack Overflow or by user339865
Published on 2010-05-13T01:00:33Z Indexed on 2010/05/13 1:04 UTC
Read the original article Hit count: 193

Filed under:
|
|

I moved my php application to the new server. i use mysql5 db. When i'm Updating or Inserting something to db, every " and - sign changed to ?. I use SET NAMES UTF8 and SET CHARACTER SET but it don't work. Any ideas?

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql